home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / Details2.aspx406 < prev    next >
Extensible Markup Language  |  2008-03-12  |  12KB  |  214 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <%@ Register TagPrefix="gbpvr" TagName="Header" Src="Header2.ascx" %>
  3. <%@ Page language="c#" Inherits="gbweb.Details2" CodeFile="Details2.aspx.cs" culture="auto" uiculture="auto" %>
  4. <!DOCTYPE html PUBLIC ΓÇ£-//W3C//DTD XHTML 1.1 Strict//ENΓÇ¥ ΓÇ£http://www.w3.org/TR/xhtml1/DTD/xhtml11-strict.dtdΓÇ¥>
  5. <html  xmlns="http://www.w3.org/1999/xhtml">
  6.     <head>
  7.         <title>GBPVR - Program Information</title>
  8.         <link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/css/common.css"/>
  9.         <link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/css/details.css"/>
  10.         <link rel="shortcut icon" type="image/gif" href="<%=Convert.ToString(Session["theme"])%>/graphics/favicon.gif"/>
  11.         <script type="text/javascript" src="public/popup.js"></script>
  12.         <script type="text/javascript" src="public/scrolling.js"></script>
  13.         <script type="text/javascript" src="public/Ajax2.js"></script>
  14.         <script type="text/javascript" src="<%=Convert.ToString(Session["theme"])%>/js/common.js"></script>
  15.         <script type="text/javascript" src="<%=Convert.ToString(Session["theme"])%>/js/details.js"></script>
  16.         <script type="text/javascript">
  17.             function reloadAndClose()
  18.             {
  19.                 window.opener.document.form1.submit();
  20.                 window.close();
  21.             }
  22.             function windowClose()
  23.             {
  24.                 window.close();
  25.             }
  26.             function showAllEpisodes()
  27.             {
  28.                 window.opener.location = "SearchResults2.aspx?matchTitle=on&searchPhrase=<%=Server.UrlEncode(showTitle.Text)%>";
  29.                 window.close();
  30.             }
  31.             function showThisEpisodeBySubtitle()
  32.             {
  33.                 window.opener.location = "SearchResults2.aspx?matchSubtitle=on&searchPhrase=<%=Server.UrlEncode(showSubTitle.Text)%>";
  34.                 window.close();
  35.             }
  36.             function showThisEpisodeByUniqueID()
  37.             {
  38.                 window.opener.location = "SearchResults2.aspx?matchUniqueID=on&searchPhrase=<%=programUniqueIdentifier%>";
  39.                 window.close();
  40.             }
  41.         </script>
  42.     </head>
  43.     <body>
  44.         <gbpvr:Header id="headerTheme" runat="server"/>
  45.         <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="True">
  46.             <Services>
  47.                 <asp:ServiceReference Path="~/AjaxService2.asmx" />
  48.             </Services>
  49.         </asp:ScriptManager>
  50.         <form id="Form1" method="post" runat="server">
  51.             
  52.             <!-- Header Start -->
  53.             <div id="DETAILS_HEADER">
  54.                 <div id="LOGO_HEADER"></div>
  55.                 <div id="HEADER_TEXT">
  56.                     <span class="textLarge">GB-PVR</span><br>
  57.                     <span class="textSmall">Enhanced Web Admin</span>
  58.                 </div>
  59.                 <div id="PROGRAM_INFO">Program Information</div>
  60.             </div>
  61.             <!-- Header End -->
  62.             
  63.             <!-- Detail Header Start -->
  64.             <div id="DETAILS_HEADER_DIV"></div>
  65.             
  66.             <asp:Panel id="subTitlePanel" runat="server">
  67.                 <div id="EPISODE_TITLE"><asp:Label id="showTitle" runat="server">Show Title</asp:Label></div>
  68.                 <div id="EPISODE_SUBTITLE" runat="server">Episode: <span class="subtitleText"><asp:Label id="showSubTitle" runat="server">show sub title</asp:Label></span></div>
  69.             </asp:Panel>
  70.             
  71.             <div id="EPISODE_BUTTONS">
  72.                 <div class="butShowAllEpisodes"><a href="javascript:showAllEpisodes();">Search all episodes</a><span id="divUniqueID" runat="server"></span></div>
  73.                 <div class="butShowThisEpisode" id="episodeSearch" runat="server"><a href="javascript:showThisEpisodeByUniqueID();">Search this episode</a></div>
  74.             </div>
  75.             
  76.             <div id="EPISODE_DATE">
  77.                 <span class="infoTitle">Date:</span><br>
  78.                 <span class="infoText"><asp:Label id="showStartDate" runat="server">showStartDate</asp:Label><br><asp:Label id="showTimes" runat="server">showTimes</asp:Label></span>
  79.             </div>
  80.             
  81.             <div id="EPISODE_CHANNEL">
  82.                 <span class="infoTitle">Channel: </span><br><span class="ChannelNum"><asp:Label id="showChannelNumber" runat="server">showChannelNumber</asp:Label></span><span class="channelName"><asp:Label id="showChannelName" runat="server">showChannelName</asp:Label></span>
  83.             </div>
  84.             
  85.             <div id="CHANNEL_ICON" runat="server"></div>
  86.                          
  87.             <div id="EPISODE_DESC">
  88.                 <asp:Panel id="descriptionPanel" runat="server">
  89.                     <span class="infoTitle">Description:</span><br>
  90.                     <span class="infoText">
  91.                         <asp:Label id="showDescription" runat="server">show description</asp:Label>
  92.                     </span>
  93.                 </asp:Panel>
  94.             </div>
  95.  
  96.             <!-- Detail Header End -->
  97.             
  98.             <!-- Record Options Start -->
  99.             <div id="OPTIONS_DIV">
  100.             </div>
  101.             
  102.             <div id="RECORD_OPTIONS">
  103.                 <asp:Panel id="recordingOptionsPanel" runat="server">
  104.                     
  105.                     <div id="RECORD_OPTIONS_LEFT">
  106.                         <asp:RadioButtonList id="radioTime" CssClass="recordOptionsLeft" runat="server" CellSpacing="0" CellPadding="0" RepeatLayout="Flow">
  107.                             <asp:ListItem Value="once" Selected="True">Once</asp:ListItem>
  108.                             <asp:ListItem Value="thisTime">This time slot</asp:ListItem>
  109.                             <asp:ListItem Value="anyTime">Any time slot</asp:ListItem>
  110.                         </asp:RadioButtonList>
  111.                     </div>
  112.                     
  113.                     <div id="RECORD_OPTIONS_RIGHT">
  114.                         <asp:RadioButtonList id="radioDay" CssClass="recordOptionsRight" runat="server" CellSpacing="0" CellPadding="0" RepeatLayout="Flow">
  115.                             <asp:ListItem Value="thisDay" Selected="True">This day only</asp:ListItem>
  116.                             <asp:ListItem Value="anyDay">Any Day</asp:ListItem>
  117.                             <asp:ListItem Value="specificDays">Specific day(s)</asp:ListItem>
  118.                         </asp:RadioButtonList>
  119.                     </div>
  120.                 
  121.                     <div id="DAYS_LIST" runat="server">
  122.                         <div id="RECORD_DAYS_2">
  123.                             <input runat="server" id="checkedDays_0" type="checkbox" name="checkedDays:0" /><label for="checkedDays_0">Mon</label><br>
  124.                             <input runat="server" id="checkedDays_1" type="checkbox" name="checkedDays:1" /><label for="checkedDays_1">Tue</label><br>
  125.                             <input runat="server" id="checkedDays_2" type="checkbox" name="checkedDays:2" /><label for="checkedDays_2">Wed</label><br>
  126.                         </div>
  127.                         <div id="RECORD_DAYS_3">
  128.                             <input runat="server" id="checkedDays_3" type="checkbox" name="checkedDays:3" /><label for="checkedDays_3">Thu</label><br>
  129.                             <input runat="server" id="checkedDays_4" type="checkbox" name="checkedDays:4" /><label for="checkedDays_4">Fri</label><br>
  130.                         </div>
  131.                         <div id="RECORD_DAYS_4">
  132.                             <input runat="server" id="checkedDays_5" type="checkbox" name="checkedDays:5" /><label for="checkedDays_5">Sat</label><br>
  133.                             <input runat="server" id="checkedDays_6" type="checkbox" name="checkedDays:6" /><label for="checkedDays_6">Sun</label><br>
  134.                         </div>
  135.                     </div>
  136.                  
  137.                     <div id="QUALITY_DIV"></div>
  138.  
  139.                     <div id="RECORD_QUALITY">
  140.                         <asp:Label id="recordingQuality" runat="server">recording quality</asp:Label>    
  141.                         <asp:DropDownList id="quality" runat="server">
  142.                             <asp:ListItem Value="High">High</asp:ListItem>
  143.                             <asp:ListItem Value="Medium" Selected="True">Medium</asp:ListItem>
  144.                             <asp:ListItem Value="Low">Low</asp:ListItem>
  145.                             <asp:ListItem Value="Custom1">Custom1</asp:ListItem>
  146.                             <asp:ListItem Value="Custom2">Custom2</asp:ListItem>
  147.                             <asp:ListItem></asp:ListItem>
  148.                         </asp:DropDownList>
  149.                         <span id="keepRecordingsInfo" runat="server">
  150.                         <label for="keepRecordings">Recordings to keep: </label>
  151.                             <asp:TextBox id="keepRecordings" runat="server" Columns="3" MaxLength="3">0</asp:TextBox> (0 = all)
  152.                         </span>    
  153.  
  154.                     </div>
  155.                     
  156.                     <div id="RECORD_PADDING">
  157.                         <label for="prePadding">Padding:  Pre: </label>
  158.                          <asp:TextBox ID="prePadding" runat="server" Columns="3" MaxLength="3" >0</asp:TextBox> 
  159.                         Post: <asp:TextBox ID="postPadding" runat="server" Columns="3" MaxLength="3">0</asp:TextBox><br />
  160.                         <label for="extendMinutes2">Extend End Time Minutes: </label>
  161.                         <asp:TextBox ID="extendMinutes2" runat="server" Columns="3" MaxLength="3" >0</asp:TextBox>
  162.                           <br />
  163.                     </div>
  164.                 </asp:Panel>
  165.             </div>
  166.             <!-- Record Options End -->
  167.  
  168.             <div id="BUTTONS_DIV"></div>
  169.  
  170.             <!-- Bottom Buttons Start -->
  171.             <div id="RECORD_BUTS">
  172.                 <div class="but_RecordThisEpisode"><asp:LinkButton id="lnkRecordCancel" runat="server" onclick="lnkRecordCancel_Click"><span runat="server" id="spanRecordCancel">[lnkRecordCancel]</span></asp:LinkButton></div>
  173.                 <div class="but_Close"><a href='javascript:window.close();'>Close - take no action</a></div>
  174.                 <div class="but_SetReminder"><asp:LinkButton ID="reminderButton" runat="server" OnClick="reminderButton_Click">Set Reminder</asp:LinkButton></div>
  175.                 <div runat="server" id="streamNow">
  176.                     <div class="but_stream"><asp:LinkButton ID="streamLink" runat="server" OnClick="LinkButton1_Click">Stream Now</asp:LinkButton></div>
  177.                     <div class="but_Watch"><asp:LinkButton   ID="watchLink" runat="server">Watch Now</asp:LinkButton></div>
  178.                 </div>    
  179.             </div>
  180.             
  181.             <div id="recordButs_UpdateRecordingTime" runat="server">                                                 
  182.                 <!-- Update Record Options Start -->
  183.                 <div id="UPDATE_DIV" runat="server"></div>
  184.                     <div class="UpdateTime"><asp:label ID="Label1" runat="server">Update Recording Time/Quality:</asp:label></div>
  185.                     <div id="UPDATE_GROUP">
  186.                         <asp:Label id="Label5" CssClass="padText" runat="server">recording quality: </asp:Label>    
  187.                         <asp:DropDownList id="newQuality" runat="server">
  188.                             <asp:ListItem Value="High">High</asp:ListItem>
  189.                             <asp:ListItem Value="Medium" Selected="True">Medium</asp:ListItem>
  190.                             <asp:ListItem Value="Low">Low</asp:ListItem>
  191.                             <asp:ListItem Value="Custom1">Custom1</asp:ListItem>
  192.                             <asp:ListItem Value="Custom2">Custom2</asp:ListItem>
  193.                             <asp:ListItem></asp:ListItem>
  194.                         </asp:DropDownList>
  195.                         <div id="UPDATE_TEXT" runat="server">
  196.                             <asp:label ID="Label2" runat="server" CssClass="padText">Pad Start Time Minutes: </asp:label><asp:TextBox ID="padStart" runat="server" MaxLength="4" Width="34px">0</asp:TextBox><br />
  197.                             <asp:label ID="Label3" runat="server" CssClass="padText">Extend End Time Minutes: </asp:label><asp:TextBox ID="extendMinutes" runat="server" MaxLength="4" Width="34px">0</asp:TextBox><br />
  198.                             <asp:label ID="Label4" runat="server" CssClass="padText">Pad End Time Minutes: </asp:label><asp:TextBox ID="padEnd" runat="server" MaxLength="4" Width="34px">0</asp:TextBox><nobr></nobr>
  199.                         </div>
  200.                         <div id="UPDATE_BUTTON" runat="server">
  201.                            <div class="butUpdateTime" runat="server"><asp:LinkButton ID="END_TIME_UPDATE" runat="server" OnClick="endTimeUpdate_Click">Update</asp:LinkButton></div>
  202.                         </div>
  203.                     </div>
  204.             </div>    
  205.             <!-- Update Record Options End -->
  206.                 
  207.             <!-- Bottom Buttons End --> 
  208.                           
  209.             <!-- This displays error message -->
  210.             <div id="ERROR_MESSAGE" runat="server"><asp:Label id="errorMessage" runat="server" Visible="True" Height="23px" Width="171px"></asp:Label></div>
  211.         </form>
  212.     </body>
  213. </HTML>
  214.